Skip to content

Update custom.css#165

Draft
iSpeakNerd wants to merge 5 commits intomainfrom
iSpeakNerd-patch-5
Draft

Update custom.css#165
iSpeakNerd wants to merge 5 commits intomainfrom
iSpeakNerd-patch-5

Conversation

@iSpeakNerd
Copy link
Contributor

change light mode link color

change light mode link color
@iSpeakNerd iSpeakNerd added the enhancement New feature or request label Oct 12, 2023
@iSpeakNerd iSpeakNerd self-assigned this Oct 12, 2023
@netlify
Copy link

netlify bot commented Oct 12, 2023

Deploy Preview for testesttest ready!

Name Link
🔨 Latest commit 1b8ad1d
🔍 Latest deploy log https://app.netlify.com/sites/testesttest/deploys/652792ba75add600087fe7be
😎 Deploy Preview https://deploy-preview-165--testesttest.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 12, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1b8ad1d
Status: ✅  Deploy successful!
Preview URL: https://1c969a69.collabland-dev.pages.dev
Branch Preview URL: https://ispeaknerd-patch-5.collabland-dev.pages.dev

View logs

readability
keep dark mode using yellow link color
Light mode: 
- set hero color
- remove link color override
- change primary to purp

dark mode: 
- set hero color
- remove link color override
@iSpeakNerd
Copy link
Contributor Author

i learned how to edit css using the inspector today

@iSpeakNerd
Copy link
Contributor Author

can't figure out why it keeps the hero background color as a var, i defined it as a static in global css.... @agnes512 any ideas?

.hero--primary {
/* this is the problem line. it should match the root override as a defined color not a variable */   
    --ifm-hero-background-color: var(--ifm-color-primary);
    --ifm-hero-text-color: var(--ifm-font-color-base-inverse)
}

onto the main page. was digging through docusaurus styling

@iSpeakNerd iSpeakNerd marked this pull request as draft October 12, 2023 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant